Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump @eyevinn/media-event-filter from 2.0.0 to 3.3.0 #207

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 18, 2024

Bumps @eyevinn/media-event-filter from 2.0.0 to 3.3.0.

Release notes

Sourced from @​eyevinn/media-event-filter's releases.

v3.3.0

3.3.0 (2024-09-18)

Features

  • end seeking and buffering more aggressively (f8e97c9)
  • move buffer and seek handling to canplay (38d9574)
  • set playsinline on the video element (ebc42da)

v3.2.0

3.2.0 (2024-09-17)

Bug Fixes

  • correctly reset deferred seeked (349ebd0)

Features

  • add heuristics for deferring played during seek/buffer (9132248)
  • move buffer recovery detection to canplaythrough (858abc7)
  • prevent multiple ended events if seeking while ended (6cc5b24)
  • seeked should only trigger with readyState 4 (800f75b)

v3.1.0

3.1.0 (2024-09-12)

Bug Fixes

  • prevent buggy buffer behaviour in new Chrome (a45bfa6)

Features

  • improve timeupdate buffer recovery logic (66e1e28)

v3.0.0

3.0.0 (2024-09-02)

  • feat!: remove allowResumeAfterEnded option (5f72f17)

BREAKING CHANGES

  • allowResumeAfterEnded argument removed (this is now the default behaviour)

... (truncated)

Changelog

Sourced from @​eyevinn/media-event-filter's changelog.

3.3.0 (2024-09-18)

Features

  • end seeking and buffering more aggressively (f8e97c9)
  • move buffer and seek handling to canplay (38d9574)
  • set playsinline on the video element (ebc42da)

3.2.0 (2024-09-17)

Bug Fixes

  • correctly reset deferred seeked (349ebd0)

Features

  • add heuristics for deferring played during seek/buffer (9132248)
  • move buffer recovery detection to canplaythrough (858abc7)
  • prevent multiple ended events if seeking while ended (6cc5b24)
  • seeked should only trigger with readyState 4 (800f75b)

3.1.0 (2024-09-12)

Bug Fixes

  • prevent buggy buffer behaviour in new Chrome (a45bfa6)

Features

  • improve timeupdate buffer recovery logic (66e1e28)

3.0.0 (2024-09-02)

  • feat!: remove allowResumeAfterEnded option (5f72f17)

BREAKING CHANGES

  • allowResumeAfterEnded argument removed (this is now the default behaviour)

2.3.0 (2024-07-08)

... (truncated)

Commits
  • 098720f chore(release): 3.3.0 [skip ci]
  • ebc42da feat: set playsinline on the video element
  • 38d9574 feat: move buffer and seek handling to canplay
  • f8e97c9 feat: end seeking and buffering more aggressively
  • 7d124e1 chore(release): 3.2.0 [skip ci]
  • ef77416 chore(demo): make active video element available on window.v
  • 9132248 feat: add heuristics for deferring played during seek/buffer
  • 349ebd0 fix: correctly reset deferred seeked
  • 800f75b feat: seeked should only trigger with readyState 4
  • c633ec9 chore: prettierignore pnpm lockfile
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@eyevinn/media-event-filter](https://github.com/Eyevinn/media-event-filter) from 2.0.0 to 3.3.0.
- [Release notes](https://github.com/Eyevinn/media-event-filter/releases)
- [Changelog](https://github.com/Eyevinn/media-event-filter/blob/main/CHANGELOG.md)
- [Commits](Eyevinn/media-event-filter@v2.0.0...v3.3.0)

---
updated-dependencies:
- dependency-name: "@eyevinn/media-event-filter"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 18, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 30, 2024

Superseded by #210.

@dependabot dependabot bot closed this Sep 30, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/eyevinn/media-event-filter-3.3.0 branch September 30, 2024 10:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants